Description | : Lists access-tokens for the given workspace id. It can use OData query params like $select, $filter, $orderby, $top and $skip. The default page size is 10. Use nextLink in response to fetch more objects in the list. Authorization required is Bearer JWT Access token provided by EntraID. |
Reference | : Link ¶ |
⚼ Request
GET:
/playwrightworkspaces/{workspaceId}/access-tokens
{
api-version:
string
,
workspaceId:
string
,
x-ms-client-request-id:
string
,
}
⚐ Response (200)
{
$headers:
{
,
x-ms-client-request-id:
string
,
}
$schema:
}
{
,
value:
[
]
,
{
,
id:
string
,
name:
string
,
jwtToken:
string
,
createdAt:
string
,
expiryAt:
string
,
state:
enum
,
}
nextLink:
string
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}